keymap: Remove leftover code
authorMatthias Clasen <mclasen@redhat.com>
Wed, 6 May 2020 17:15:45 +0000 (13:15 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 6 May 2020 18:27:45 +0000 (14:27 -0400)
commit77ffc1f9ed334a3ef3faffa0a1bf71e6b30cccaf
treeb49cc7c9c16cfaf2e7fea74271f20f718d435635
parent053617a283ce59e84cab077f7f07288dab5e0075
keymap: Remove leftover code

When I removed the 0-termination for the entries for
each keyval, I remove the code initializing the key,
but accidentally left the code that adds it to the
array, so gdk_keymap_get_cached_entries_for_keyval
returns one extra, uninitialized value at the end
of the array. Stop doing that.
gdk/gdkkeys.c